home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / DELPHI32 / EDIT_UTL / EDITEXPT / README.TXT < prev    next >
Text File  |  1996-09-02  |  1KB  |  56 lines

  1. FILENAME:    EDITEXPT.ZIP
  2.  
  3. CATEGORY:    Utility
  4.  
  5. DESCR:        IDE Editor Add-on, create headers and separators lines in your
  6.         code, automatic.
  7.  
  8. VERSION:    1.00
  9.  
  10. TARGET:        Delphi 2.0 
  11.  
  12. AUTHOR:        (C) Valentin Sanchez Izquierdo, 1996
  13.  
  14. URL:        ourworld.compuserve.com\homepages\VSanchez 
  15.         Email: valemari@ctv.es
  16.  
  17. STATUS:        FREEWARE (source included): you can freely use or distribute files 
  18.         included to this archive.  Anyway, I'll appreciate your donations     
  19.         (in any form:  bug-reports, soft, registered versions of your 
  20.         components, ideas, etc.)
  21.  
  22. ------------------------------------------------------------------------
  23. FILES IN EDITEXPT.ZIP
  24.     
  25.     EDITEXP.DPR        The project to create dll
  26.     UEXPERT.PAS        source code 
  27.  
  28.     README.TXT        this file
  29.  
  30.  
  31. ----------------------------------------------------------------------------------
  32. INSTALATION
  33.  
  34. Load the registry and open the key
  35.  
  36. My Computer\HKEY_CURRENT_USER\Software\Borland\Delphi\2.0\Expert
  37.  
  38. Add a new string entry:
  39.  
  40. EditExp
  41.  
  42. and fill it with
  43.  
  44. [Location of the dll]\editexp.dll
  45.  
  46. it should look something like this:
  47.  
  48. EditExp=c:\bin\delphi32\bin\editexp.dll
  49.  
  50. Run Delphi, the expert is in the Edit menu.
  51.  
  52. For any further questions, you can email me to valemari@ctv.es
  53.  
  54.  
  55. ----------------------------------------------------------------------------------
  56. END OF README.TXT